Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Introduce junit5 #4725

Merged
merged 7 commits into from
Aug 13, 2023
Merged

[core] Introduce junit5 #4725

merged 7 commits into from
Aug 13, 2023

Conversation

bigscoop
Copy link
Contributor

@bigscoop bigscoop commented May 29, 2023

  • Added dependency to junit-vintage-engine to enable junit 5 runner, but leaving existing junit 4 tests available and untouched
  • Changed project code level to java 11

@bigscoop bigscoop changed the title [core] Introduce junit5 [core] Introduce junit5, change code level to java 11 Jun 3, 2023
@timmolter
Copy link
Member

for compatibility with Android, we need to leave it on Java 8

@bigscoop
Copy link
Contributor Author

but the project can't be built with java 8 anymore

@iromu
Copy link

iromu commented Jun 16, 2023

for compatibility with Android, we need to leave it on Java 8

Android supports 11 and 17

@bigscoop
Copy link
Contributor Author

ping @timmolter @walec51 @makarid

@walec51
Copy link
Collaborator

walec51 commented Aug 13, 2023

Android does not support full Java 11. Android is Java 8 plus features backported from newer versions.

To bring back Android support we should add a CI Job that build a small example app that is build using Android SDK an that imports this library.

Any one up for this task?

@bigscoop
Copy link
Contributor Author

Rolled back the code level changes. Now it is only junit 5

@bigscoop bigscoop changed the title [core] Introduce junit5, change code level to java 11 [core] Introduce junit5 Aug 13, 2023
@walec51 walec51 merged commit 937607e into knowm:develop Aug 13, 2023
1 check passed
@bigscoop bigscoop deleted the introduce-junit5 branch August 13, 2023 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants